/* eyoucms.com 易优CMS -- 好用,免费,安全 */
html { background: #ffffff; font-size: 14px; color: #333; font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif"; }

body { min-width: 1220px; }

.g_cw { width: 1220px; padding: 0 10px; margin: 0 auto; }
.g_cw::before,
.g_cw::after { content: ''; display: block; clear: both; }

.g_mt { margin-top: 100px; }
.g_mt::before,
.g_mt::after { content: ''; display: block; clear: both; }

.g_mb { margin-bottom: 100px; }
.g_mb::before,
.g_mb::after { content: ''; display: block; clear: both; }

@media (max-width: 1024px) {
	body { min-width: 0; }
	.g_cw { width: 100%; }
}

@media (max-width: 700px) {
	.g_mt { margin-top: 50px; }
	.g_mb { margin-bottom: 50px; }
}


.g_page { clear: both; text-align: center; font-size: 14px; color: #888888; }
.g_page > ul { display: inline-block; }
.g_page > ul > li { float: left; line-height: 35px; margin: 0 5px; }
.g_page > ul > li a { display: block; background: #fff; padding: 0 15px; border: 1px solid #E8E8E8; border-radius: 3px; }
.g_page > ul > li a .fa { font-size: 17px; line-height: 35px; }
.g_page > ul > li a.dis { color: #ccc; cursor: not-allowed; }
.g_page > ul > li a:hover:not(.dis),
.g_page > ul > li a.on { background: #388CD2; color: #fff; border: 1px solid #388CD2; }


.g_title { clear: both; margin-bottom: 40px; }
.g_title .h1 { font-size: 28px; font-weight: bold; margin-bottom: 10px; text-align: center; }
.g_title .h2 { text-align: center; }


.g_header { clear: both; }

.g_header .top { clear: both; height: 110px; border-bottom: 1px solid #E9E9E9; }

.g_header .top .logo { float: left; line-height: 100px; font: bold 50px/100px arial; color: #333333; }
.g_header .top .logo img { vertical-align: middle; margin-right: 10px; }

.g_header .top .right { float: right; line-height: 110px; }
.g_header .top .right .tel { color: #666666; line-height: normal; display: inline-block; padding-bottom: 10px;}
.g_header .top .right .pic { float: right; margin-left: 10px; width: 90px; height: 110px; line-height: 110px; background: #42CE8B; text-align: center; border-bottom: 5px solid #3AB97C; }
.g_header .top .right .pic img { vertical-align: middle; height: 32px; }


.g_header .bar { display: none; }


.g_header .nav { position: relative; z-index: 99; box-shadow: 0 5px 10px rgba(0,0,0,.02); }
.g_header .nav .g_cw { text-align: center; height: 55px; overflow: hidden; }
.g_header .nav .list { display: inline-block; }
.g_header .nav .list > li { float: left; }
.g_header .nav .list > li > a { display: block; padding: 0 50px; font-size: 16px; color: #666666; }
.g_header .nav .list > li > a.on,
.g_header .nav .list > li > a:hover { color: #3E87C4; }
.g_header .nav .list > li > a b { line-height: 52px; display: inline-block; border-bottom: 3px solid transparent; transition: ease .3s; }
.g_header .nav .list > li > a.on b,
.g_header .nav .list > li > a:hover b { border-bottom: 3px solid #3E87C4; }


@media (max-width: 1024px) {
	body { padding-top: 70px; }
	.g_header { height: auto; }
	.g_header .top { display: none; }
	.g_header .bar { position: relative; display: block; position: fixed; z-index: 100; left: 0; top: 0; right: 0; height: 70px; background: #fff; border-bottom: 1px solid #42CE8B; }
	.g_header .bar .logo { position: absolute; left: 0; top: 0; display: block; padding: 0 10px; color: #333333; font: bold 30px/70px arial; }
	.g_header .bar .logo img { height: 40px; vertical-align: text-bottom; margin-right: 10px; }
	.g_header .bar .menu { position: absolute; right: 0; top: 0; display: block; float: right; padding: 0 10px; line-height: 70px; }
	.g_header .bar .menu img { vertical-align: middle; height: 40px; }

	.g_header .nav { visibility: hidden; opacity: 0; position: fixed; z-index: 99; left: 0; top: -100%; bottom: 100%; right: 0; background: #fff; border-top: 0; transition: ease .4s; }
	.g_header .nav .g_cw { text-align: left; padding: 0 20px; height: auto; overflow: visible; }
	.g_header .nav .list { display: block; }
	.g_header .nav .list > li { float: none; }
	.g_header .nav .list > li > a { padding: 20px 30px; font-size: 16px; color: #42CE8B; }
	.g_header .nav .list > li > a.on,
	.g_header .nav .list > li > a:hover { color: #3E87C4; }
	.g_header .nav .list > li > a b { line-height: 40px; }

	.g_header .nav.show { visibility: visible; opacity: 1; top: 70px; bottom: 0; }
}


.g_footer { background: #2660ad; padding: 50px 0 30px; }

.g_footer .link { float: left; padding: 0 0 10px; font-size: 15px; }
.g_footer .link b { color: #3E87C4; }
.g_footer .link a { margin: 0 15px; color: #7D7D7D; }
.g_footer .link a img { height: 20px; vertical-align: middle; margin-right: 10px; }

.g_footer .share { float: right; }
.g_footer .share a { margin-left: 5px; }
.g_footer .share a img { height: 28px; }

.g_footer .bottom { clear: both; text-align: center; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid #E4E4E4; color: #999999; }
.g_footer .bottom span { margin: 0 5px; }

@media (max-width: 1024px) {
	.g_footer .link { float: none; }
	.g_footer .link b { display: block; }
	.g_footer .link a { display: inline-block; margin: 0; padding: 10px; padding-left: 0; }
	.g_footer .share { float: none; }
	.g_footer .share a { margin-left: 0; margin-right: 5px; }
}



.g_site { color: #666666; line-height: 65px; }
.g_site img { height: 18px; vertical-align: text-bottom; }


.g_body { background: #F7FCFF; overflow: hidden; }
.g_body .block { background: #fff; border: 1px solid #F1F1F1; padding: 30px; margin-bottom: 50px; }

.g_body .block .left { float: left; width: 260px; padding-right: 30px; border-right: 1px solid #CFCFCF; }
.g_body .block .left .t { padding: 0 0 0 10px; border-left: 5px solid #3E87C4; line-height: 1em; font-size: 28px; font-weight: bold; color: #3E87C4; margin-bottom: 20px; }
.g_body .block .left .c > li { margin-bottom: 4px; }
.g_body .block .left .c > li a { display: block; padding: 18px 20px; color: #fff; line-height: 1em; opacity: .8; }
.g_body .block .left .c > li a.on,
.g_body .block .left .c > li a:hover { font-weight: bold; opacity: 1; }
.g_body .block .left .c > li a .fa { margin-right: 15px; }
.g_body .block .left .c > li:nth-child(1) a { background: #47AA40; }
.g_body .block .left .c > li:nth-child(2) a { background: #3E87C4; }
.g_body .block .left .c > li:nth-child(3) a { background: #E7C01F; }
.g_body .block .left .c > li:nth-child(4) a { background: #5D6769; }
.g_body .block .left .c > li:nth-child(5) a { background: #40aaa5; }

.g_body .block .body { position: relative; left: -1px; padding-left: 30px; border-left: 1px solid #CFCFCF; overflow: hidden; }


@media (max-width: 800px) {
	.g_body .block { padding: 20px; }
	.g_body .block .left { float: none; width: auto; padding-right: 0; border-right: 0; margin-bottom: 40px; }
	.g_body .block .body { left: 0; padding-left: 0; border-left: 0; margin-bottom: 40px; }
}

@media (max-width: 600px) {
	.g_body .block { padding: 20px 10px; }
}
/*guestbook*/
        .guestbook{padding:50px 80px 50px 0}
        .guestbook h2{font-size:24px;font-weight:600}
        .guestbook .padding{padding:50px;}
        .guestbook .form-group {padding-bottom:20px}
        .guestbook .input{font-size:16px;padding:0 15px;height:50px;line-height:50px;border:1px solid #ccc;width:100%;display:block;-webkit-appearance:none;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;}
        .guestbook .textarea {padding:12px;line-height:24px;width:100%;font-size:16px;background:#fff;border:1px solid #ccc;}
        .guestbook .label {display:block;line-height:24px;}
        .guestbook .label label {font-weight:400;}
        .guestbook .field {font-size:16px}
        .guestbook select {font-size:16px;padding:0 35px 0 15px;width: 100%; height:50px;line-height:50px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/select-down.png) no-repeat right 50%;color:#666;}
        .guestbook .form-tips .guestbook .input-help ul {border:0;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
        .guestbook .input::-webkit-input-placeholder, .guestbook .textarea::-webkit-input-placeholder {color: #111;font-size: 16px;}
        .guestbook .input:-moz-placeholder, .guestbook .textarea:-moz-placeholder {color: #111;font-size: 16px;}
        .guestbook .input::-moz-placeholder, .guestbook .textarea::-moz-placeholder {color: #111;font-size: 16px;}
        .guestbook .input:-ms-input-placeholder, .guestbook .textarea:-ms-input-placeholder {color: #111;font-size: 16px;}
        .guestbook  .button-submit{padding: 12px 30px;font-size: 16px;line-height: 24px;display: block;width: 100%;background: #ff9600;margin: 0;border-color: #ff9600;color: #fff;cursor: pointer;border: 0;}
        @media (max-width: 800px) {
          .guestbook { padding: 0; }
        }